The Output is : 
#include stdio.h
void main(){
   int a=2.44;
   if(a==2)
      printf("Crishna");
   else
      printf("CK");
}

Posted on by